func github.com/andybalholm/brotli.buildAndStoreEntropyCodesCommand

2 uses

	github.com/andybalholm/brotli (current package)
		brotli_bit_stream.go#L1227: func buildAndStoreEntropyCodesCommand(self *blockEncoder, histograms []histogramCommand, histograms_size uint, alphabet_size uint, tree []huffmanTree, storage_ix *uint, storage []byte) {
		brotli_bit_stream.go#L1316: 	buildAndStoreEntropyCodesCommand(command_enc, mb.command_histograms, mb.command_histograms_size, numCommandSymbols, tree, storage_ix, storage)